home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 5 / BBS in a Box -Volume V (BBS in a Box) (April 1992).iso / Files / Prog / T / ThP301.cpt / TCL Update / TCL Diffs / CApplication.p.Diff < prev    next >
Encoding:
Text File  |  1990-05-09  |  1.6 KB  |  44 lines  |  [TEXT/MPS ]

  1. File #1: Roy G. Biv:THINK P ƒ:Pascal sys:THINK Class Library:Core Files:CApplication.p
  2. File #2: Roy G. Biv:THINK Class Library 1.0:Core Files:CApplication.p
  3.  
  4. Extra lines in 1st before 54 in 2nd (File "Roy G. Biv:THINK P ƒ:Pascal sys:THINK Class Library:Core Files:CApplication.p"; Line 54:62; File "Roy G. Biv:THINK Class Library 1.0:Core Files:CApplication.p"; Line Δ54)
  5.   54    { Altered by TCL Weaver 1.0 (5/9/90) }
  6.   55    
  7.   56            var
  8.   57                theSwitchboard: CSwitchboard;
  9.   58                theDirectors: CCluster;
  10.   59                theIdleChores: CList;
  11.   60                theUrgentChores: CCluster;
  12.   61    
  13.   62    
  14.  
  15.  
  16. Nonmatching lines (File "Roy G. Biv:THINK P ƒ:Pascal sys:THINK Class Library:Core Files:CApplication.p"; Line 81:96; File "Roy G. Biv:THINK Class Library 1.0:Core Files:CApplication.p"; Line 72:78)
  17.   81    
  18.   82                { Altered by TCL Weaver 1.0 (5/9/90) }
  19.   83    
  20.   84            new(theSwitchboard);
  21.   85            new(theDirectors);
  22.   86            new(theIdleChores);
  23.   87            new(theUrgentChores);
  24.   88    
  25.   89            itsSwitchboard := theSwitchboard;
  26.   90            itsDirectors := theDirectors;
  27.   91            itsIdleChores := theIdleChores;
  28.   92            itsUrgentChores := theUrgentChores;
  29.   93    
  30.   94            itsSwitchboard.ISwitchboard;
  31.   95            itsDirectors.ICluster;
  32.   96            itsIdleChores.IList;
  33.  
  34.   72            new(itsSwitchboard);
  35.   73            itsSwitchboard.ISwitchboard;
  36.   74            new(itsDirectors);
  37.   75            itsDirectors.ICluster;
  38.   76            new(itsIdleChores);
  39.   77            itsIdleChores.IList;
  40.   78            new(itsUrgentChores);
  41.  
  42.  
  43. *** EOF on both files at the same time ***
  44.